Do not assign the parent class twice
authorXan Lopez <xan@gnome.org>
Thu, 15 Oct 2009 06:43:08 +0000 (09:43 +0300)
committerPaolo Borelli <pborelli@gnome.org>
Thu, 15 Oct 2009 13:28:54 +0000 (15:28 +0200)
commit009f1607094821fae4a658d1d6a513dcb8a296a2
treefb4aa764975d5a437d5e5d1b2dbaec234e5c5550
parent10a53ff12e83c3822d29f38a1646627ffb086462
Do not assign the parent class twice

G_DEFINE_TYPE already does this for us, no need to do it again in
class_init

https://bugzilla.gnome.org/show_bug.cgi?id=598515
gtk/gtkspinner.c